Configurates
C1.Web.Mvc.InputTime<T>.Format. Sets the format used to display the selected time (see Globalize).
Syntax
'Declaration
Public Function Format( _
ByVal As String _
) As InputTimeBuilder(Of T)
public InputTimeBuilder<T> Format(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also